projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f29b4a
)
placessidebar: Use the same element name for rows
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 5 Nov 2015 18:51:58 +0000
(13:51 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 5 Nov 2015 18:51:58 +0000
(13:51 -0500)
Use row as the element name here too.
gtk/gtksidebarrow.c
patch
|
blob
|
history
diff --git
a/gtk/gtksidebarrow.c
b/gtk/gtksidebarrow.c
index e6470f1a555cc5bc72fe4a4c36e0801521e31677..b338d16ff0bb1a4cb8140a6e63d8357b5cd25404 100644
(file)
--- a/
gtk/gtksidebarrow.c
+++ b/
gtk/gtksidebarrow.c
@@
-442,6
+442,7
@@
gtk_sidebar_row_class_init (GtkSidebarRowClass *klass)
gtk_widget_class_bind_template_child (widget_class, GtkSidebarRow, revealer);
gtk_widget_class_bind_template_callback (widget_class, on_child_revealed);
+ gtk_widget_class_set_css_name (widget_class, "row");
}